home *** CD-ROM | disk | FTP | other *** search
- package icontrols.RichText;
-
- import com.ms.dll.DllLib;
-
- public class CHARFORMAT2 {
- public int cbSize = DllLib.sizeOf(this);
- public int dwMask;
- public int dwEffects;
- public int yHeight;
- public int yOffset;
- public int crTextColor;
- public byte bCharSet;
- public byte bPitchAndFamily;
- public char[] szFaceName = new char[32];
- public short wWeight;
- public short sSpacing;
- public int crBackColor;
- public int lcid;
- public short dwReserved;
- public short sStyle;
- public short wKerning;
- public byte bUnderlineType;
- public byte bAnimation;
- public byte bRevAuthor;
- }
-